Conversation
|
You're inconsistent in your usage of |
|
True my intent aligns with your preference. GCC 14 doesn't warn me about that, it even missed a problem with initialization order that MSVC caught. Anyway, it needs to use DFSDL, but I'll probably just add a symbol resolver function to it for now. This needs some infrastructure work (some basic layout machinery would be nice). And I'm not 100% sure if the design is sound. If anyone happens to see anything awful, feel free to point it out. |
|
Alright, I think I fixed that inconsistency. Of course, it doesn't build until I make it bind to sdl at run time. There are other warts (member variables declared at the start of an object definition vs end), some that are public that should be private, etc. You get used to looking at the same code and these types of warts start to look normal. |
…use gestures. housekeeping. remove unused includes.
…errupt input command.
… a new surface, we eliminate the keyed color (magenta) completely.
instead of sdl_userevent
Preserve text selection when scrolling Various cleanup
It's set to build it by default and disables the other ones for now. Still in draft.